Skip to content

fix: align React peer dependency#154

Merged
asizikov merged 1 commit into
mainfrom
asizikov-fix-pipeline-failure
Jun 22, 2026
Merged

fix: align React peer dependency#154
asizikov merged 1 commit into
mainfrom
asizikov-fix-pipeline-failure

Conversation

@asizikov

Copy link
Copy Markdown
Member

Summary

Fixes the CI dependency installation failure by aligning the pinned React package with the already-updated react-dom package.

Commit Change
fix: align react peer dependency Updates react and package-lock.json to 19.2.7 so npm ci satisfies react-dom@19.2.7's peer dependency.

Validation

  • npm ci
  • npm run lint
  • npm run test
  • npm run build

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 22, 2026 20:33
GitHub Advanced Security started work on behalf of asizikov June 22, 2026 20:34 View session
GitHub Advanced Security finished work on behalf of asizikov June 22, 2026 20:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes CI npm ci installation failures by aligning the pinned react dependency version with the already-pinned react-dom@19.2.7, ensuring peer dependencies resolve cleanly.

Changes:

  • Bump react from 19.2.6 to 19.2.7 in package.json.
  • Regenerate package-lock.json entries so the installed react package resolves to 19.2.7 with updated tarball URL/integrity.
Show a summary per file
File Description
package.json Aligns react version to match react-dom@19.2.7 to satisfy peer dependency constraints.
package-lock.json Updates lockfile to install react@19.2.7 (version/resolved/integrity) consistent with package.json.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 0

@asizikov asizikov merged commit 8b86b2b into main Jun 22, 2026
11 checks passed
@asizikov asizikov deleted the asizikov-fix-pipeline-failure branch June 22, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants